home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 104 / maccd 104.iso / Treiber und Updates / IOXperts / USBWebCam.dmg / USBWebCam.pkg / Contents / Resources / postflight next >
Encoding:
Text File  |  2003-02-21  |  1.3 KB  |  23 lines

  1. #!/bin/sh
  2. "$1/Contents/Resources/Customizer.app/Contents/MacOS/Customizer" -a
  3.  
  4. /bin/chmod 775 "/Library"
  5. /bin/chmod 775 "/Library/Application Support"
  6. /bin/chmod 775 "/Library/Application Support/IOXperts"
  7. /bin/chmod 775 "/Library/Application Support/IOXperts/Device Keys"
  8. /bin/chmod -R 775 "/Library/Application Support/IOXperts/IOXperts Device Monitor.app"
  9. /bin/chmod -R 775 "/Library/Application Support/IOXperts/IOXperts Purchase.app"
  10. /bin/chmod 664 "/Library/Application Support/IOXperts/IOXperts Purchase.app/Contents/Info.plist"
  11. /bin/chmod 664 "/Library/Application Support/IOXperts/IOXperts Device Monitor.app/Contents/Info.plist"
  12. /bin/chmod 664 "/Library/Application Support/IOXperts/IOXperts Device Monitor.app/Contents/PkgInfo"
  13.  
  14. /usr/bin/chgrp admin "/Library"
  15. /usr/bin/chgrp admin "/Library/Application Support"
  16. /usr/bin/chgrp admin "/Library/Application Support/IOXperts"
  17. /usr/bin/chgrp admin "/Library/Application Support/IOXperts/Device Keys"
  18. /usr/bin/chgrp -R admin "/Library/Application Support/IOXperts/IOXperts Device Monitor.app"
  19. /usr/bin/chgrp -R admin "/Library/Application Support/IOXperts/IOXperts Purchase.app"
  20.  
  21. /usr/sbin/chown -R root "/System/Library/Extensions/IOXpertsWebCam.kext"
  22. /usr/bin/chgrp -R wheel "/System/Library/Extensions/IOXpertsWebCam.kext"
  23.